Platform Explorer / Nuxeo Platform 2023.10

Operation Quotas.GetInfo (Get Quota info)

Description

Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel
Operation id Quotas.GetInfo
Category Quotas
Label Get Quota info
Requires
Since

Parameters

Name Description Type Required Default value
documentRef document no  

Signature

Inputs void, document
Outputs jsonadapter, jsonadapter

Implementation Information

Implementation Class Class: org.nuxeo.ecm.quota.automation.GetQuotaInfoOperation
Contributing Component rg.nuxeo.ecm.quota.automation.contrib

JSON Definition

{
  "id" : "Quotas.GetInfo",
  "label" : "Get Quota info",
  "category" : "Quotas",
  "requires" : null,
  "description" : "Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel",
  "url" : "Quotas.GetInfo",
  "signature" : [ "void", "jsonadapter", "document", "jsonadapter" ],
  "params" : [ {
    "name" : "documentRef",
    "description" : null,
    "type" : "document",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}